77 runs-on : blacksmith-4vcpu-ubuntu-2204
88 strategy :
99 matrix :
10- python-version : ['3.10', '3.11', '3.12', '3.13']
10+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14' ]
1111 steps :
1212 - name : Check out code from GitHub
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v7
1414 - name : Set up Python ${{ matrix.python-version }}
1515 id : python
1616 uses : useblacksmith/setup-python@v6
@@ -26,10 +26,10 @@ jobs:
2626 runs-on : blacksmith-4vcpu-ubuntu-2204
2727 strategy :
2828 matrix :
29- python-version : ['3.10', '3.11', '3.12', '3.13']
29+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14' ]
3030 steps :
3131 - name : Check out code from GitHub
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v7
3333 - name : Build rabbitmq:tls container
3434 run : docker build -t rabbitmq:tls .
3535 - name : Set up Python ${{ matrix.python-version }}
@@ -53,10 +53,10 @@ jobs:
5353 runs-on : blacksmith-4vcpu-ubuntu-2204
5454 strategy :
5555 matrix :
56- python-version : ['3.13 ']
56+ python-version : ['3.14 ']
5757 steps :
5858 - name : Check out code from GitHub
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v7
6060 - name : Set up Python ${{ matrix.python-version }}
6161 id : python
6262 uses : useblacksmith/setup-python@v6
0 commit comments