Skip to content

Commit

Permalink
Add php 8.3 to CI cycle (#9)
Browse files Browse the repository at this point in the history
* Add php 8.3 to CI cycle

* Bump to checkout v3

* Checkout v4, apparently...
  • Loading branch information
Gipetto authored Jul 19, 2024
1 parent 2092847 commit 1947181
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
LEGACY: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -41,16 +41,16 @@ jobs:
php-versions: ["8.1", "8.2"]
phpunit-versions: ["latest"]
unstable: [false]
# include:
# - php-versions: "8.2"
# operating-system: "ubuntu-latest"
# unstable: true
include:
- php-versions: "8.3"
operating-system: "ubuntu-latest"
unstable: true
env:
COVERAGE_VERSION: "8.2"
continue-on-error: ${{ matrix.unstable }}
name: CURRENT PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 1947181

Please sign in to comment.