Skip to content

Commit 213326b

Browse files
authored
Merge pull request #57 from stof/php_8_3
Update the CI setup
2 parents c19e18f + fa7f3ba commit 213326b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: '8.0'
25+
php-version: '8.2'
2626
coverage: none
2727

2828
- name: Validate composer.json
@@ -34,13 +34,13 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
37+
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
3838

3939
name: PHP ${{ matrix.php }}
4040

4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
- name: Setup PHP
4646
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)