Skip to content

Commit 916dc98

Browse files
committed
CI: use PHP 8.x
1 parent 2d0de73 commit 916dc98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
key: cache-v1 # can be any string, change to clear the extension cache.
1919
strategy:
2020
matrix:
21-
php-versions: ['7.4', '8.0', '8.1']
21+
php-versions: ['8.0', '8.1', '8.2']
2222
experimental: [ false ]
2323
include:
24-
- php-versions: 8.2
24+
- php-versions: 8.3
2525
experimental: true
2626
steps:
2727
- name: Checkout
@@ -97,7 +97,7 @@ jobs:
9797
key: cache-v1 # can be any string, change to clear the extension cache.
9898
strategy:
9999
matrix:
100-
php-versions: ['8.1']
100+
php-versions: ['8.2']
101101
steps:
102102
- name: Checkout
103103
uses: actions/checkout@v2

0 commit comments

Comments
 (0)