Skip to content

Commit 2c3a0c2

Browse files
authored
Add testing on the newest PHP 8.1 to the CI config (#465)
1 parent 75047fd commit 2c3a0c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ '7.2', '7.3', '7.4', '8.0' ]
13+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
1414
strategy: [ 'highest' ]
1515
sf_version: ['']
1616
include:
@@ -43,4 +43,3 @@ jobs:
4343

4444
- name: Run tests
4545
run: ./vendor/bin/simple-phpunit
46-

0 commit comments

Comments
 (0)